VLCAutoLoop

 

Turn on/off the playlist loop function of the VLC Media Player object.

 

void @VLCAutoLoop(string classname, int autoloop);

 

Parameters

string classname : Class name of the VLC Media Player object

int autoloop : Repeat playback function ON/OFF (1: ON, 0: OFF)

 

Return Value

None

 

Example

@VLCAutoLoop("VLCPlayer1", 1);

@VLCPlaylistPlay("VLCPlayer1");

 

Description : Use the playlist's loop function and play the playlist.

 

Version Information

Supported Version: 10.3.6.17

 

Related Helps)

@VLCAudioMute()

@VLCAudioVolume()

@VLCPlaylistAdd()

@VLCPlaylistClear()

@VLCPlaylistPlay()

@VLCPlaylistStop()